Rpmlint errors/warnings and their fixes



Warning

<specfile.name>: W: invalid-url Source0: <url>

Solution

An url in the spec file has been mis-typed. Correcting the mistake will fix this warning.

Error

<specfile.name>:10: W: mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 10)

Solution

You must use uniform spacing and or tabs in your spec file. Combining the two will cause the error above.